Skip to main content
GET
/
v2
/
submission
/
{submission_id}
/
report
Fetch report [preview]
curl --request GET \
  --url https://api.documents.resistant.ai/v2/submission/{submission_id}/report \
  --header 'Authorization: Bearer <token>'
{
  "download_url": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

submission_id
string
required

Query Parameters

include_decision
boolean

Include Adaptive Decision result in report

Response

Download URL to get the fraud analysis report.

download_url
string
required

Download URL to get the analysis report